home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP13 / XIMAP13.dxr / 00049_mainmap sb7-17.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  525 b   |  31 lines

  1. on mouseUp
  2.   global gWhichPage, gTextBoxUp
  3.   if gTextBoxUp = 0 then
  4.     puppetSound("click")
  5.     case gWhichPage of
  6.       6:
  7.         go("mainmap")
  8.       7:
  9.         sb7Cleanup()
  10.         go("mainmap")
  11.       9:
  12.         sb9Cleanup()
  13.         go("mainmap")
  14.       11:
  15.         sb11Cleanup()
  16.         go("mainmap")
  17.       13:
  18.         sb13Cleanup()
  19.         go("mainmap")
  20.       15:
  21.         sb15Cleanup()
  22.         go("mainmap")
  23.       17:
  24.         sb17Cleanup()
  25.         go("mainmap")
  26.       20:
  27.         go("mainmap")
  28.     end case
  29.   end if
  30. end
  31.